home *** CD-ROM | disk | FTP | other *** search
- Path: news.bridge.net!news
- From: David Byrden <100101.2547@compuserve.com>
- Newsgroups: comp.lang.c++
- Subject: Re: HELP -->> How to Include a File ??
- Date: 27 Feb 1996 12:18:22 GMT
- Organization: self-employed
- Message-ID: <4gusqe$8sh@news.bridge.net>
- References: <4gtgo0$jvr@news.service.uci.edu>
- NNTP-Posting-Host: ppp-mia1-59.bridge.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
-
-
- >> ! Each time I got an error message "C1010", can not find precompiled
- >> header file or somthing, but Ido not include any precompiled header in
- >> my little *.cpp file.
-
-
- There's not enough information here for me to say exactly what's
- happening, but try the menu
-
- BUILD / SETTINGS / C++ / category : Precompiled Headers
-
- and, for both the Debug and Release builds of your project, choose
-
- Not Using Precompiled Headers
-
-
- David
-
-